home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Easy Internet
/
Internet Training Corporation Easy Internet Rev21 (ITC).ISO
/
pc
/
enet32.exe
/
0
/
RCDATA
/
TSYSINFO
/
TSYSINFO.txt
Wrap
Text File
|
1996-08-24
|
3KB
|
131 lines
object SysInfo: TSysInfo
Left = 408
Top = 336
BorderStyle = bsToolWindow
Caption = 'System information'
ClientHeight = 175
ClientWidth = 189
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 189
Height = 175
Align = alClient
BevelInner = bvLowered
TabOrder = 0
object MemLoad: TGauge
Left = 102
Top = 100
Width = 79
Height = 19
ForeColor = clSilver
Progress = 0
end
object Label1: TLabel
Left = 10
Top = 100
Width = 60
Height = 13
Caption = 'Memory load'
Font.Color = clBlue
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 10
Top = 46
Width = 78
Height = 13
Caption = 'Physical memory'
Font.Color = clBlue
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object PhysMem: TLabel
Left = 102
Top = 46
Width = 79
Height = 15
Alignment = taCenter
AutoSize = False
Caption = 'Phys mem'
Font.Color = clBlue
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 10
Top = 73
Width = 62
Height = 13
Caption = 'Page file size'
Font.Color = clBlue
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object PageMem: TLabel
Left = 102
Top = 73
Width = 79
Height = 15
Alignment = taCenter
AutoSize = False
Caption = 'Page mem'
Font.Color = clBlue
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label4: TLabel
Left = 8
Top = 16
Width = 175
Height = 23
Alignment = taCenter
AutoSize = False
Caption = 'Memory Status'
Font.Color = clBlue
Font.Height = -15
Font.Name = 'Arial'
Font.Style = [fsBold, fsItalic, fsUnderline]
ParentFont = False
end
object BitBtn1: TBitBtn
Left = 60
Top = 144
Width = 75
Height = 25
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = BitBtn1Click
Kind = bkOK
end
end
object Timer: TTimer
Interval = 10
OnTimer = TimerTimer
Left = 12
Top = 136
end
end